home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-11-26 | 505 b | 25 lines |
- ########## These are overridden by the contents of config.status
- # Where to install the LaTeXinfo style files.
- TEXDIR=${GNUSHAREDIR}/tex
-
- INSTALL = install -c -m 755
- INSTALLDATA = install -c -m 644
-
- ########## End of user configurable options ################
-
- # The name of the file
- PROGRAM=latexinfo2
-
- ########## The above are overridden by the contents of config.status
-
- include ../config.status
-
- install:
- -mkdir $(TEXDIR)
- $(INSTALLDATA) *.sty $(TEXDIR)
-
-
- clean:
- echo Nothing to do in styles.
-
-